From: Reedy Date: Tue, 30 Jul 2019 20:17:16 +0000 (+0100) Subject: Add ext-dom to composer.json X-Git-Tag: 1.34.0-rc.0~459^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E//%22%24curUrl/%22?a=commitdiff_plain;h=3c84a763e467b1b66de8a4aa84edd936a9ca852a;p=lhc%2Fweb%2Fwiklou.git Add ext-dom to composer.json In most cases it's packaged as part of the php xml extension but there's likely some OS that maybe package it separately.... Shouldn't cause any harm being here Change-Id: I6c8a40a06314e7e4eb3fe83448a2a071e8203554 --- diff --git a/INSTALL b/INSTALL index f6543b5665..07dd9c3090 100644 --- a/INSTALL +++ b/INSTALL @@ -9,6 +9,7 @@ Required software as of MediaWiki 1.34.0: * Web server with PHP 7.0.13 or higher, plus the following extesnsions: ** ctype +** dom ** fileinfo ** iconv ** json diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index c8ec8ea4ee..31b44408f2 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -483,6 +483,7 @@ supported, it is generally advised to use PHP 7.0.13 or later for long term support. It also requires the following PHP extensions: * ctype +* dom * fileinfo * iconv * json diff --git a/composer.json b/composer.json index 98e7ebf710..dad3c5c83b 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ "composer/semver": "1.5.0", "cssjanus/cssjanus": "1.3.0", "ext-ctype": "*", + "ext-dom": "*", "ext-fileinfo": "*", "ext-iconv": "*", "ext-json": "*",